home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1740 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  658 b 

  1. Path: connix.com!news
  2. From: Scott Hawley <shawley@connix.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Newbie Question about fprintf
  5. Date: 12 Jan 1996 15:21:13 GMT
  6. Organization: SHAWLEY SYSTEMS
  7. Message-ID: <4d5u99$6rn@comet.connix.com>
  8. References: <4d4o9k$6m9@brickbat.mindspring.com>
  9. NNTP-Posting-Host: shawley.connix.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. \n is a "NEW LINE" character not a "CARRIGE RETURN/NEWLINE" most printer
  16. will have a dip switch or other way of setting newline into CR/NL or you
  17. can write with both "\n\r" would solve the problem.
  18.  
  19.  
  20.